-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replay: avoid copy paste mistake without reading docs #11117
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@@ -3,6 +3,7 @@ you can opt out of the default text masking and image blocking by configuring th | |||
|
|||
```javascript | |||
Sentry.replayIntegration({ | |||
// NOTE: This will disable built-in masking. Look at other options opt-in to masking sensitive data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what the second sentence is supposed to mean
Bundle ReportChanges will increase total bundle size by 37.62kB (0.25%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggestion lgtm 👍
Resolves: #11116